Version

CarouselPath Constructor(String,PointF[],Byte[])

Initializes a new instance of the CarouselPath with the specified System.Drawing.Drawing2D.PathPointType and System.Drawing.PointF arrays.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal pts() As PointF, _
   ByVal types() As Byte _
)
public CarouselPath( 
   string name,
   PointF[] pts,
   byte[] types
)

Parameters

name
The name of the CarouselPath. This is completely arbitrary and used for display purposes at design-time.
pts
An array of System.Drawing.PointF structures that defines the coordinates of the points that make up this CarouselPath.
types
An array of System.Drawing.Drawing2D.PathPointType enumeration elements that specifies the type of each corresponding point in the pts array.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also